Writing Computer Opponents

Computer opponent AI algorithms are stored in dynamic link libraries. These are loaded by the game and polled when it's their turn to play.

The supplied opponents have all been written using Delphi, but you are free to use another language, provided it can compile to a compatible DLL.

Click here for the annotated Delphi source for Monkeybot.